home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000021_news@newsmaster….columbia.edu _Wed Sep 9 11:07:13 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA07170
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 9 Sep 1998 11:07:12 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA24829
  7.     for kermit.misc@watsun; Wed, 9 Sep 1998 11:07:12 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: kermit binaries
  12. Date: 9 Sep 1998 15:07:10 GMT
  13. Organization: Columbia University
  14. Lines: 26
  15. Message-ID: <6t65iu$830$1@apakabar.cc.columbia.edu>
  16. References: <6t64ci$l90@bgtnsc03.worldnet.att.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9184
  19.  
  20. In article <6t64ci$l90@bgtnsc03.worldnet.att.net>,
  21. sysadmin <charlesjourdan@worldnet.att.net> wrote:
  22. : I downloaded some kermit files a couple of months back and want to explode
  23. : them; but I have no idea what format they are in; they are not .tar or .gz
  24. : I got these from sunsite i beleive
  25. :
  26. The right place to get Kermit files is:
  27.  
  28.   http://www.kermit.columbia.edu/kermit/
  29.  
  30. If you got them at Sunsite, who knows what they are, how old they are, etc.
  31.  
  32. : Anybody familiar with these files?
  33. : TIA if you know :)
  34. : 243 root /tmp> /joe/tarfiles/c_kermit/ckuker.rs6aix32c-3.2.5
  35. This is the C-Kermit binary for AIX 3.2.5.  Just rename it to "kermit",
  36. chmod +x, give it any needed owner and/or group, and/or suid/sgid bits,
  37. and off you go.
  38.  
  39. Note that there are numerous auxilliary files that go with C-Kermit, such as
  40. man page, detailed installation instructions, etc.  These are all available
  41. from the Kermit website.
  42.  
  43. - Frank